Skip to content

Conversation

lsamboretrorabbit
Copy link
Contributor

Fixes a bug in the Angular Material chips component where the autocomplete input has both the selected and the suggested values added. The input should only take the suggested value

Fixes #28852

…ed and the suggested values added

Fixes a bug in the Angular Material `chips` component where the autocomplete input
has both the selected and the suggested values added.
The input should only take the suggested value

Fixes angular#28852
@mmalerba mmalerba force-pushed the chips-autocomplete-onkeyboard branch from 3d2e528 to f1ef12a Compare February 20, 2025 02:21
Copy link
Contributor

@mmalerba mmalerba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this breaks some existing tests. You'll also need to sign the CLA before it can be merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(Chips): Selecting value from autocomplete by keyboard navigation causes both the search string and the selected option to be added

2 participants